[INFO] cloning repository https://github.com/wwwbkgme-oss/forge-core
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/wwwbkgme-oss/forge-core" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwwwbkgme-oss%2Fforge-core", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwwwbkgme-oss%2Fforge-core'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 3302111d0131f4a41c8c94860c27c9756d6f5292
[INFO] fixing wwwbkgme-oss/forge-core against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwwwbkgme-oss%2Fforge-core" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/wwwbkgme-oss/forge-core
[INFO] finished tweaking git repo https://github.com/wwwbkgme-oss/forge-core
[INFO] tweaked toml for git repo https://github.com/wwwbkgme-oss/forge-core written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/wwwbkgme-oss/forge-core on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/wwwbkgme-oss/forge-core already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 6cc18ee5800af53e84ba73e857a0571bd9006c024a22f1253ce98dc220bd1822
[INFO] running `Command { std: "docker" "start" "6cc18ee5800af53e84ba73e857a0571bd9006c024a22f1253ce98dc220bd1822", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6cc18ee5800af53e84ba73e857a0571bd9006c024a22f1253ce98dc220bd1822" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6cc18ee5800af53e84ba73e857a0571bd9006c024a22f1253ce98dc220bd1822", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6cc18ee5800af53e84ba73e857a0571bd9006c024a22f1253ce98dc220bd1822" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating foundation/types/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating foundation/events/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating foundation/contracts/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating conformance/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating domain/kernel/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating runtime/plugin/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating plugins/plugin-example/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Compiling shlex v2.0.1
[INFO] [stderr]     Checking cpufeatures v0.3.0
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]     Checking memchr v2.8.1
[INFO] [stderr]     Checking hashbrown v0.17.1
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking getrandom v0.4.2
[INFO] [stderr]     Checking socket2 v0.6.4
[INFO] [stderr]     Checking mio v1.2.1
[INFO] [stderr]     Checking winnow v0.7.15
[INFO] [stderr]     Checking toml_write v0.1.2
[INFO] [stderr]     Checking rustix v1.1.4
[INFO] [stderr]     Checking once_cell v1.21.4
[INFO] [stderr]    Compiling cc v1.2.63
[INFO] [stderr]     Checking uuid v1.23.2
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]    Compiling blake3 v1.8.5
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]     Checking types v0.1.0 (/opt/rustwide/workdir/foundation/types)
[INFO] [stderr]    Migrating foundation/types/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]     Checking events v0.1.0 (/opt/rustwide/workdir/foundation/events)
[INFO] [stderr]     Checking plugin v0.1.0 (/opt/rustwide/workdir/runtime/plugin)
[INFO] [stderr]    Migrating runtime/plugin/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]     Checking plugin-example v0.1.0 (/opt/rustwide/workdir/plugins/plugin-example)
[INFO] [stderr]    Migrating foundation/events/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]     Checking kernel v0.1.0 (/opt/rustwide/workdir/domain/kernel)
[INFO] [stderr]     Checking conformance v0.1.0 (/opt/rustwide/workdir/conformance)
[INFO] [stderr]     Checking contracts v0.1.0 (/opt/rustwide/workdir/foundation/contracts)
[INFO] [stderr]    Migrating plugins/plugin-example/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating conformance/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating foundation/contracts/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating domain/kernel/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed domain/kernel/src/lib.rs (2 fixes)
[INFO] [stderr]    Migrating domain/kernel/tests/mandatory.rs from 2021 edition to 2024
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.55s
[INFO] [stderr] crater-edition-check: types v0.1.0 (/opt/rustwide/workdir/foundation/types) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: events v0.1.0 (/opt/rustwide/workdir/foundation/events) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: contracts v0.1.0 (/opt/rustwide/workdir/foundation/contracts) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: conformance v0.1.0 (/opt/rustwide/workdir/conformance) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: kernel v0.1.0 (/opt/rustwide/workdir/domain/kernel) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: plugin v0.1.0 (/opt/rustwide/workdir/runtime/plugin) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: plugin-example v0.1.0 (/opt/rustwide/workdir/plugins/plugin-example) updating edition from 2021 to 2024
[INFO] [stderr]     Checking types v0.1.0 (/opt/rustwide/workdir/foundation/types)
[INFO] [stderr]     Checking events v0.1.0 (/opt/rustwide/workdir/foundation/events)
[INFO] [stderr]     Checking plugin v0.1.0 (/opt/rustwide/workdir/runtime/plugin)
[INFO] [stderr]     Checking plugin-example v0.1.0 (/opt/rustwide/workdir/plugins/plugin-example)
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> plugins/plugin-example/src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | / export_plugin!(
[INFO] [stdout] 17 | |     id:       "forgefabrik.example-v1",
[INFO] [stdout] 18 | |     version:  "0.1.0",
[INFO] [stdout] 19 | |     name:     "ForgeFabrik Example Plugin",
[INFO] [stdout] ...  |
[INFO] [stdout] 22 | |     shutdown: shutdown,
[INFO] [stdout] 23 | | );
[INFO] [stdout]    | |_^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `export_plugin` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]   --> runtime/plugin/src/abi.rs:93:11
[INFO] [stdout]    |
[INFO] [stdout] 93 |         #[unsafe(no_mangle)]
[INFO] [stdout]    |           +++++++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> plugins/plugin-example/src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | / export_plugin!(
[INFO] [stdout] 17 | |     id:       "forgefabrik.example-v1",
[INFO] [stdout] 18 | |     version:  "0.1.0",
[INFO] [stdout] 19 | |     name:     "ForgeFabrik Example Plugin",
[INFO] [stdout] ...  |
[INFO] [stdout] 22 | |     shutdown: shutdown,
[INFO] [stdout] 23 | | );
[INFO] [stdout]    | |_^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `export_plugin` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]   --> runtime/plugin/src/abi.rs:98:11
[INFO] [stdout]    |
[INFO] [stdout] 98 |         #[unsafe(no_mangle)]
[INFO] [stdout]    |           +++++++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> plugins/plugin-example/src/lib.rs:16:1
[INFO] [stdout]     |
[INFO] [stdout]  16 | / export_plugin!(
[INFO] [stdout]  17 | |     id:       "forgefabrik.example-v1",
[INFO] [stdout]  18 | |     version:  "0.1.0",
[INFO] [stdout]  19 | |     name:     "ForgeFabrik Example Plugin",
[INFO] [stdout] ...   |
[INFO] [stdout]  22 | |     shutdown: shutdown,
[INFO] [stdout]  23 | | );
[INFO] [stdout]     | |_^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `export_plugin` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> runtime/plugin/src/abi.rs:104:11
[INFO] [stdout]     |
[INFO] [stdout] 104 |         #[unsafe(no_mangle)]
[INFO] [stdout]     |           +++++++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> plugins/plugin-example/src/lib.rs:16:1
[INFO] [stdout]     |
[INFO] [stdout]  16 | / export_plugin!(
[INFO] [stdout]  17 | |     id:       "forgefabrik.example-v1",
[INFO] [stdout]  18 | |     version:  "0.1.0",
[INFO] [stdout]  19 | |     name:     "ForgeFabrik Example Plugin",
[INFO] [stdout] ...   |
[INFO] [stdout]  22 | |     shutdown: shutdown,
[INFO] [stdout]  23 | | );
[INFO] [stdout]     | |_^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `export_plugin` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> runtime/plugin/src/abi.rs:110:11
[INFO] [stdout]     |
[INFO] [stdout] 110 |         #[unsafe(no_mangle)]
[INFO] [stdout]     |           +++++++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> plugins/plugin-example/src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | / export_plugin!(
[INFO] [stdout] 17 | |     id:       "forgefabrik.example-v1",
[INFO] [stdout] 18 | |     version:  "0.1.0",
[INFO] [stdout] 19 | |     name:     "ForgeFabrik Example Plugin",
[INFO] [stdout] ...  |
[INFO] [stdout] 22 | |     shutdown: shutdown,
[INFO] [stdout] 23 | | );
[INFO] [stdout]    | |_^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `export_plugin` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]   --> runtime/plugin/src/abi.rs:93:11
[INFO] [stdout]    |
[INFO] [stdout] 93 |         #[unsafe(no_mangle)]
[INFO] [stdout]    |           +++++++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]   --> plugins/plugin-example/src/lib.rs:16:1
[INFO] [stdout]    |
[INFO] [stdout] 16 | / export_plugin!(
[INFO] [stdout] 17 | |     id:       "forgefabrik.example-v1",
[INFO] [stdout] 18 | |     version:  "0.1.0",
[INFO] [stdout] 19 | |     name:     "ForgeFabrik Example Plugin",
[INFO] [stdout] ...  |
[INFO] [stdout] 22 | |     shutdown: shutdown,
[INFO] [stdout] 23 | | );
[INFO] [stdout]    | |_^ usage of unsafe attribute
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `export_plugin` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]   --> runtime/plugin/src/abi.rs:98:11
[INFO] [stdout]    |
[INFO] [stdout] 98 |         #[unsafe(no_mangle)]
[INFO] [stdout]    |           +++++++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> plugins/plugin-example/src/lib.rs:16:1
[INFO] [stdout]     |
[INFO] [stdout]  16 | / export_plugin!(
[INFO] [stdout]  17 | |     id:       "forgefabrik.example-v1",
[INFO] [stdout]  18 | |     version:  "0.1.0",
[INFO] [stdout]  19 | |     name:     "ForgeFabrik Example Plugin",
[INFO] [stdout] ...   |
[INFO] [stdout]  22 | |     shutdown: shutdown,
[INFO] [stdout]  23 | | );
[INFO] [stdout]     | |_^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `export_plugin` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> runtime/plugin/src/abi.rs:104:11
[INFO] [stdout]     |
[INFO] [stdout] 104 |         #[unsafe(no_mangle)]
[INFO] [stdout]     |           +++++++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> plugins/plugin-example/src/lib.rs:16:1
[INFO] [stdout]     |
[INFO] [stdout]  16 | / export_plugin!(
[INFO] [stdout]  17 | |     id:       "forgefabrik.example-v1",
[INFO] [stdout]  18 | |     version:  "0.1.0",
[INFO] [stdout]  19 | |     name:     "ForgeFabrik Example Plugin",
[INFO] [stdout] ...   |
[INFO] [stdout]  22 | |     shutdown: shutdown,
[INFO] [stdout]  23 | | );
[INFO] [stdout]     | |_^ usage of unsafe attribute
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `export_plugin` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]    --> runtime/plugin/src/abi.rs:110:11
[INFO] [stdout]     |
[INFO] [stdout] 110 |         #[unsafe(no_mangle)]
[INFO] [stdout]     |           +++++++         +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `plugin-example` (lib test) due to 4 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `plugin-example` (lib) due to 4 previous errors
[INFO] running `Command { std: "docker" "inspect" "6cc18ee5800af53e84ba73e857a0571bd9006c024a22f1253ce98dc220bd1822", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6cc18ee5800af53e84ba73e857a0571bd9006c024a22f1253ce98dc220bd1822", kill_on_drop: false }`
[INFO] [stdout] 6cc18ee5800af53e84ba73e857a0571bd9006c024a22f1253ce98dc220bd1822
